Register<I>(I) Method

Summary
Registers an instance with the container.
Syntax
C#
VB
C++
public static void Register<I>( 
   I instance 
) 
  
Public Overloads Shared Sub Register(Of I)( _ 
   ByVal instance As I _ 
)  
public: 
static void Registergeneric<typename I> 
(  
   _I^_ instance 
)  

Parameters

instance
Object to be returned.

Type Parameters

I
Type of instance to register (may be an implemented interface instead of the full type).

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.